From 80c53017f9cee40da188c6b60cf1bb65e97b4e7d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 5 Jun 2002 17:01:31 +0000 Subject: [PATCH] (Fset_window_hscroll): Doc fix. --- src/window.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index f73c95bf973..ffe05bca982 100644 --- a/src/window.c +++ b/src/window.c @@ -439,7 +439,10 @@ DEFUN ("window-hscroll", Fwindow_hscroll, Swindow_hscroll, 0, 1, 0, DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0, doc: /* Set number of columns WINDOW is scrolled from left margin to NCOL. -NCOL should be zero or positive. */) +NCOL should be zero or positive. + +Note that if `automatic-hscrolling' is non-nil, you cannot scroll the +window so that the location of point becomes invisible. */) (window, ncol) Lisp_Object window, ncol; { -- 2.30.2